Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency GovUk.Frontend.AspNetCore to v1.5.0 - autoclosed #468

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
GovUk.Frontend.AspNetCore 1.0.0 -> 1.5.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gunndabad/govuk-frontend-aspnetcore (GovUk.Frontend.AspNetCore)

v1.5.0

Targets GDS Frontend v4.8.0.

v1.4.0

Targets GDS Frontend v4.7.0.

New features

Customize the text prepended to <title> for pages that have errors

By default 'Error: ' is prepended to the <title> element for pages that have errors. A new attribute - gfa-error-prefix - has been added to TitleTagHelper that allows for overriding this e.g. for localization purposes.

Inference of pages with errors is more consistent

Previously a page was deemed to have errors if there were errors inside ModelState. That logic is now amended to look for the presence of an error summary component instead. A page can be explicitly set to have errors by calling ViewData.SetPageHasErrors(true).

Tag helpers can have their content overridden by other tag helpers

Tag helpers outside of this library can now modify the content of a govuk-* tag helper and that change will be reflected in the generated output (it was previously ignored). Tag helpers that modify content need to have an Order less than 0 for this to work.

id attribute on buttons

<govuk-button> and <govuk-button-link> now have an id attribute for setting the id attribute on the generated button.

disabled attribute on <govuk-file-upload>

<govuk-file-upload> now has a disabled attribute which sets the disabled property on the generated <input>.

v1.3.0

Targets GDS Frontend v4.6.0.

New features

novalidate attribute is added to <form> elements automatically

Following the guidance around disabling HTML5 validation a novalidate attribute will be added to <form> elements by default. This can be disabled by setting AddNovalidateAttributeToForms on GovUkFrontendAspNetCoreOptions to false.

Date input components support month names

Following the guidance around accepting month names on date inputs both short and long month names are now accepted within Date input components by default. This can be disabled by setting AcceptMonthNamesInDateInputs on GovUkFrontendAspNetCoreOptions to false.

v1.2.0

Targets GDS Frontend v4.5.0.

New features

<govuk-summary-card> tag helper

See the documentation for the Summary list component for more information.

Thanks @​sussexrick for the first draft!

v1.1.0

Targets GDS Frontend v4.4.1.

New features

The Accordion tag helper's show and hide text can be localised

See the hide-* and show-* attributes in the component docs for more information.

Label class can be specified on the outer tag helper

It's common to override the label's class for form components and nothing else. To avoid having to use a child tag helper for the label, a label-class attribute is now available on all form components.

Before:

...
<govuk-input asp-for="...">
    <govuk-input-label class="govuk-label--l" />
</govuk-input>

After:

...
<govuk-input asp-for="..." label-class="govuk-label--l" />

v1.0.1

Fixes

  • Fixes a few places where content was not correctly HTML encoded.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from 4b7a552 to 02aa81c Compare August 14, 2023 13:43
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 4 times, most recently from 679ea93 to be41f84 Compare August 21, 2023 13:40
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 3 times, most recently from b137649 to 52d2383 Compare August 29, 2023 11:44
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 4 times, most recently from bb46f4c to 93a94ed Compare September 4, 2023 11:13
@renovate renovate bot changed the title Update dependency GovUk.Frontend.AspNetCore to v1.1.0 Update dependency GovUk.Frontend.AspNetCore to v1.2.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from 93a94ed to e69e424 Compare September 6, 2023 12:56
@renovate renovate bot changed the title Update dependency GovUk.Frontend.AspNetCore to v1.2.0 Update dependency GovUk.Frontend.AspNetCore to v1.3.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from e69e424 to e3704dd Compare September 7, 2023 12:12
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from e3704dd to c7c9903 Compare September 19, 2023 16:03
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 2 times, most recently from b043212 to f9e65b9 Compare September 27, 2023 13:53
@renovate renovate bot changed the title Update dependency GovUk.Frontend.AspNetCore to v1.3.0 Update dependency GovUk.Frontend.AspNetCore to v1.4.0 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from f9e65b9 to 4c33a14 Compare September 27, 2023 18:33
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 7 times, most recently from 4f68153 to 13141b6 Compare October 19, 2023 12:52
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from 13141b6 to 0dcddea Compare November 3, 2023 14:54
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 2 times, most recently from 5b5e938 to 4847cbd Compare November 21, 2023 15:13
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 6 times, most recently from c748fd7 to 56d3984 Compare November 29, 2023 15:51
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 2 times, most recently from b1ea841 to ac98cfd Compare December 15, 2023 13:28
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 3 times, most recently from 228e09b to 5d4b082 Compare February 5, 2024 14:54
@renovate renovate bot changed the title Update dependency GovUk.Frontend.AspNetCore to v1.4.0 Update dependency GovUk.Frontend.AspNetCore to v1.5.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 4 times, most recently from 84005ce to c9eb8f0 Compare February 12, 2024 16:12
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 3 times, most recently from 1d60361 to c9348fe Compare February 20, 2024 14:37
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch 2 times, most recently from 18bab5e to 9bf35fa Compare March 13, 2024 16:25
@renovate renovate bot force-pushed the renovate/govuk.frontend.aspnetcore-1.x branch from 9bf35fa to a92e8b7 Compare March 14, 2024 10:35
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Update dependency GovUk.Frontend.AspNetCore to v1.5.0 Update dependency GovUk.Frontend.AspNetCore to v1.5.0 - autoclosed Mar 19, 2024
@renovate renovate bot closed this Mar 19, 2024
@renovate renovate bot deleted the renovate/govuk.frontend.aspnetcore-1.x branch March 19, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant